RequestStatus
The RequestStatus contains a group of enumerations on a scope that indicate the status of the transaction submitted on the parent request. The RequestStatus object contains one of eight possible results
| Parameter | Type | Description |
|---|---|---|
| Incomplete | string (enum) | The transaction has not completed. |
| Failed | string (enum) | The transaction encountered a critical error during processing and was unable to resolve the error. The transaction has failed processing. |
| Sucessful | string (enum) | The transaction has been successfully completed. |
| SuccessfulWithWarnings | string (enum) | The transaction has been successfully completed, however there may be items that require attention. |